Delete Method (Recipients Collection) 

The Delete method deletes all the recipients in the Recipients collection.

Syntax

objRecipColl.Delete()

Parameters

objRecipColl

Required. The Recipients collection object.

 

Remarks

Be cautious using the Delete method with a collection, since it deletes all the collection s member objects. To delete only one Recipient object, use the Delete5MHR.QS method specific to that object.

The effect of the Delete method is not permanent until you use the Update2E9FDDD, Send1JTD0I1, or Delete._GJYW method on the parent MessageC062VO object containing the Recipients collection.